PHP Fatal error: Allowed memory size of 134217728 bytes exhausted

62

ini_set('memory_limit', '-1');
//insted of 
composer require illuminate/support
//Run following command
COMPOSER_MEMORY_LIMIT=-1 composer require illuminate/support
php -d memory_limit=-1 /usr/local/bin/composer install

memory_limit = 64M;

Comments

Submit
0 Comments